-
-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update all non-major dependencies #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
d43e2c4
to
e818216
Compare
f1c8083
to
0191804
Compare
df47a27
to
b7bac67
Compare
679b969
to
e068d57
Compare
dd7896c
to
c50bf02
Compare
c50bf02
to
67386f8
Compare
8d4eda3
to
67386f8
Compare
7f0fc9e
to
3829352
Compare
546ad27
to
49ccc34
Compare
49ccc34
to
f554fda
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.1.1
->^6.1.2
^0.5.4
->^0.5.5
^22.14.1
->^22.15.2
^2.2.8
->^2.2.10
^1.4.2
->^1.4.3
^9.24.0
->^9.25.1
10.8.0
->10.9.0
^0.6.10
->^0.9.7
^0.3.3
->^0.3.6
^6.1.0
->^6.2.0
^6.2.6
->^6.3.3
^3.1.1
->^3.1.2
^2.2.8
->^2.2.10
Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v6.1.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
sxzz/test-utils (@sxzz/test-utils)
v0.5.5
Compare Source
🚀 Features
View changes on GitHub
vuejs/language-tools (@vue/language-core)
v2.2.10
Compare Source
sxzz/ast-kit (ast-kit)
v1.4.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.25.1
Compare Source
v9.25.0
Compare Source
pnpm/pnpm (pnpm)
v10.9.0
Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json
:When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
Related issue: #8941.
Note: The
@jsr
scope defaults to https://npm.jsr.io/ if the@jsr:registry
setting is not defined.Added a new setting,
dangerouslyAllowAllBuilds
, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml
:dangerouslyAllowAllBuilds
has the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRun
whennodeLinker
ishoisted
and there is a workspace package without dependencies andnode_modules
directory #9424.verifyDepsBeforeRun
support fornodeLinker: pnp
. CombiningverifyDepsBeforeRun
andnodeLinker: pnp
will now print a warning.v10.8.1
Compare Source
Patch Changes
package.json
,onlyBuiltDependencies
will be written topnpm-workspace.yaml
file #9404.rolldown/tsdown (tsdown)
v0.9.7
Compare Source
🚀 Features
--debug
option - by @btea and @sxzz in https://github.com/rolldown/tsdown/issues/147 (1e6f2)env
option - by @fu050409 in https://github.com/rolldown/tsdown/issues/152 (e7edf)🐞 Bug Fixes
🏎 Performance
module.enableCompileCache()
- by @btea in https://github.com/rolldown/tsdown/issues/153 (a60d9)View changes on GitHub
v0.9.6
Compare Source
🐞 Bug Fixes
format
&target
- by @sxzz (06700)brotli
by default for performance - by @sxzz (4b95e)View changes on GitHub
v0.9.5
Compare Source
🚀 Features
View changes on GitHub
v0.9.4
Compare Source
🚀 Features
external
cli option - by @sxzz (87cf4)View changes on GitHub
v0.9.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.9.2
Compare Source
🐞 Bug Fixes
cwd
for entry glob - by @sxzz (20d68)View changes on GitHub
v0.9.1
Compare Source
🚀 Features
🐞 Bug Fixes
PackageType
- by @sxzz (abbbd)View changes on GitHub
v0.9.0
Compare Source
🚨 Breaking Changes
dts.isolatedDeclaration
todts.isolatedDeclarations
- by @sxzz (afc8e)🚀 Features
outExtensions
option - by @sxzz (97154)🐞 Bug Fixes
View changes on GitHub
v0.8.1
Compare Source
🚀 Features
rolldown-plugin-dts
for input alias support - by @sxzz (20c9a)tsconfig
option - by @sxzz (64eef)🐞 Bug Fixes
tsup-node
during migration - by @KazariEX in https://github.com/rolldown/tsdown/issues/99 (9060e)View changes on GitHub
v0.8.0
Compare Source
🚀 Features
onSuccess
- by @sxzz (52a7e)rolldown-plugin-dts
for bunding dts - by @sxzz (70a76)View changes on GitHub
v0.7.5
Compare Source
No significant changes
View changes on GitHub
v0.7.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.7.3
Compare Source
No significant changes
View changes on GitHub
v0.7.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.7.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.7.0
Compare Source
🚨 Breaking Changes
rolldown-plugin-dts
for bunding dts - by @sxzz (70a76)🐞 Bug Fixes
🏎 Performance
pkg-types
in runtime - by @sxzz (c6389)View changes on GitHub
unplugin/unplugin-oxc (unplugin-oxc)
v0.3.6
Compare Source
🚀 Features
View changes on GitHub
v0.3.5
Compare Source
🚀 Features
View changes on GitHub
v0.3.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
unplugin/unplugin-vue (unplugin-vue)
v6.2.0
Compare Source
🚀 Features
View changes on GitHub
vitejs/vite (vite)
v6.3.3
Compare Source
ssrTransform
re-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629v6.3.2
Compare Source
css.lightningcss
option in css minification process (#19879) (b5055e0), closes #19879v6.3.1
Compare Source
Promise.allSettled
in preload function (#19805) (35c7f35), closes #19805transform
calls (#19878) (a152b7c), closes #19878v6.3.0
Compare Source
hot.invalidate
in circular deps (#19870) (d4ee5e8), closes #19870vitest-dev/vitest (vitest)
v3.1.2
Compare Source
🚀 Features
🐞 Bug Fixes
chai
variable invitest/globals
(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.exclude
when same object passed incoverage.exclude
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)await
profiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
vuejs/language-tools (vue-tsc)
v2.2.10
Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.